2008-08-06 Michael Natterer <mitch@imendio.com>
* modules/printbackends/cups/gtkcupsutils.c
(gtk_cups_connection_test_free): remove return value, this
function returns void.
svn path=/trunk/; revision=21022
+2008-08-06 Michael Natterer <mitch@imendio.com>
+
+ * modules/printbackends/cups/gtkcupsutils.c
+ (gtk_cups_connection_test_free): remove return value, this
+ function returns void.
+
2008-08-06 Michael Natterer <mitch@imendio.com>
* gtk/gtkcombobox.c
gtk_cups_connection_test_free (GtkCupsConnectionTest *test)
{
if (test == NULL)
- return FALSE;
+ return;
test->current_addr = NULL;
httpAddrFreeList (test->addrlist);